math/rand.rngSource.tap (field)
6 uses
math/rand (current package)
rng.go#L181: tap int // index into vec
rng.go#L205: rng.tap = 0
rng.go#L239: rng.tap--
rng.go#L240: if rng.tap < 0 {
rng.go#L241: rng.tap += rngLen
rng.go#L249: x := rng.vec[rng.feed] + rng.vec[rng.tap]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |